home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / lan / mbacct.zip / ACCTDATA.DOC next >
Text File  |  1992-10-27  |  2KB  |  46 lines

  1. ACCTDATA - NetWare Accounting Data List Program V1.22
  2.            (c) Copyright Manth-Brownell, Inc. 1989, 1990, 1992
  3.            All Rights Reserved
  4.            Novell and NetWare are registered trademarks of Novell, Inc.
  5.  
  6.            Tim Schwab (CIS ID 76344,1533)
  7.            Manth-Brownell, Inc.
  8.            P.O. Box 59
  9.            Kirkville, NY 13082
  10.  
  11.   Usage: ACCTDATA [Mode] [Option] [Filter]
  12.      Modes:    /C - charge records (default)
  13.                /N - note records
  14.    Options:    /D - display records between given dates
  15.                     (use /Dmmddyy[-mmddyy] syntax)
  16.                /H - display records between given hours
  17.                     (use /Hhhmm[-hhmm] syntax)
  18.                /P - output is send to lpt1
  19.                /Tn - display only a specific comment type (hexadecimal)
  20.                        1. Connect Time   4. Logout
  21.                        2. Disk Storage   5. Account Locked
  22.                        3. Login          6. Set Date & Time
  23.                /A - display note records for given address
  24.                     (use /Axxxxxxxx:xxxxxxxxxxxx hexadecimal syntax)
  25.                /O - cOntinuous output (no page breaks)
  26.                /? - display usage information
  27.    Filters:  Name - displays data for a specific object name
  28.  
  29.  
  30. Notes: 
  31.   1. Acctdata.exe looks in the current directory for net$acct.dat, so
  32.      install it in \system, or copy net$acct.dat to the directory
  33.      containing acctdata.exe.
  34.   2. Acctdata.exe will use a file called net$addr.dat to substitute logical
  35.      names for physical addresses.  An example net$addr.dat is included.
  36.      Formatting for net$addr.dat is important:  8 character network number,
  37.      colon, 12 chracter node number, colon, 21 character logical name (pad
  38.      with spaces if necessary), CR/LF.  1 record per line, 1000 lines max.
  39.  
  40. Examples:
  41.   1. acctdata /n                           display note records
  42.   2. acctdata /n /t4                       display logout note records
  43.   3. acctdata /n /t4 /d010192-013192       display logout notes for jan 92
  44.   4. acctdata /c /a0000000a:02608c009911   display charge records for station
  45.   5. acctdata /n /h0800-0859               display notes for 8am hour
  46.